home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / mus / play / tracker_4_31.lzh / tracker / Arch / MM1 / config.h < prev    next >
C/C++ Source or Header  |  1995-04-22  |  463b  |  29 lines

  1. /* config.h 
  2.     vi:ts=3 sw=3:
  3.  */
  4.  
  5. /* Configuration for the current platform */
  6.  
  7. #include <stdio.h>
  8.  
  9.  
  10. /* #define SOLARIS */
  11. #define P(args) args
  12. /* #define P(x) ()    */
  13.  
  14. #define ID(x)
  15. /* #define ID(x)  LOCAL char *id= x ; */
  16. /* #define USE_AT_EXIT */
  17.  
  18. #define KLUDGE_TAG
  19. #define GZIP         
  20. /* #define FORKING    */
  21. /*    #define void        */
  22.  
  23. typedef void *GENERIC;
  24. /* typedef char *GENERIC; */
  25.  
  26. #define strchr        index
  27. /* #define stricmp    strcasecmp    */
  28. #define MALLOC_NOT_IN_STDLIB
  29.